LEADTOOLS (Leadtools assembly)

RasterRegion Constructor(Byte[])

Show in webframe







A an array of System.Byte that defines the interior of the new RasterRegion
Initializes a new RasterRegion from the specified data.
Syntax
public RasterRegion( 
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal data() As Byte _
)
'Usage
 
Dim data() As Byte
 
Dim instance As New RasterRegion(data)
public RasterRegion( 
   byte[] data
)

            
public RasterRegion(byte[] data)
function RasterRegion( 
   data 
)
public:
RasterRegion( 
   array<byte>^ data
)

Parameters

data
A an array of System.Byte that defines the interior of the new RasterRegion
Remarks

You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.

Example
For an example, refer to GetData.
Requirements

Target Platforms

See Also

Reference

RasterRegion Class
RasterRegion Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.